home *** CD-ROM | disk | FTP | other *** search
/ Resource Library: Multimedia / Resource Library: Multimedia.iso / archvrs / msdos / cppb / cppb.arc / SAMPLE.CPP < prev    next >
Encoding:
C/C++ Source or Header  |  1989-07-13  |  611 b   |  30 lines

  1. //
  2. // Copyright 1989 - Wessex Data Systems, Inc
  3. // A license is granted to use and distribute this file as long as it is 
  4. // not included as part of any commercial product. This copyright notice
  5. // may not be removed when distributing this file or its contents.
  6. //
  7. //   This file contains some sample classes to be used with the class 
  8. //   program
  9.  
  10. // To use the class program:
  11. //
  12. //     C> class sample.cpp
  13. //
  14. // This outputs to the screen
  15. //
  16. //     C> class sample.cpp > lpt1:
  17. //
  18. // This outputs to the printer
  19. //
  20.  
  21. #include <stdio.h>
  22.  
  23. #include "sample.hpp"
  24.  
  25.  
  26. main()
  27. {
  28.     int i;
  29. };
  30.